home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr21 / calprogs.zip / CCPADI.DOC < prev    next >
Text File  |  1993-04-17  |  73KB  |  1,922 lines

  1.     Publication Part Number W0001-520
  2.     Sheet  1 of 47
  3.     
  4.     
  5.     
  6.     
  7.     
  8.     
  9.     
  10.     
  11.     
  12.     
  13.     
  14.     
  15.     
  16.     
  17.     
  18.     
  19.     
  20.     
  21.     
  22.     
  23.     
  24.     
  25.     
  26.     
  27.     
  28.                               Title:  IBM PC, MS DOS
  29.                                       CCPADI
  30.                                    Version 3.0
  31.     
  32.     Publication Part Number W0001-520
  33.     Sheet  2 of 47
  34.     
  35.                                      CONTENTS
  36.             Heading                                                  Page
  37.          
  38.          General description...........................................4
  39.          Installation..................................................6
  40.          Operations....................................................7
  41.          Main Screen...................................................7
  42.          Info..........................................................8
  43.          Communications................................................9
  44.               PORT.....................................................9
  45.               Network Plotting........................................10
  46.               Baud Rate...............................................10
  47.               Parity..................................................10
  48.               Flow....................................................10
  49.          Sync,eob,cksum...............................................11
  50.               Nbr of syncs............................................11
  51.               Sync code value.........................................11
  52.               EOB code value..........................................12
  53.               Checksumming............................................12
  54.          Plotter......................................................13
  55.          MISC options.................................................14
  56.               Scale...................................................14
  57.               Copies..................................................14
  58.               Colors..................................................15
  59.               Radix...................................................15
  60.               CDCL....................................................15
  61.          Loading CCPADI into memory...................................15
  62.          OK  .........................................................16
  63.          CANCEL.......................................................16
  64.          Configuring AutoCAD 11.......................................17
  65.          Configuring AutoCAD 10.......................................22
  66.          
  67.     Publication Part Number W0001-520
  68.     Sheet  3 of 47
  69.     
  70.          Configuring CalComp Plotters.................................26
  71.               1023 Artisan............................................27
  72.               1025 Artisan............................................27
  73.               1026 Artisan............................................27
  74.               1043....................................................30
  75.               1044....................................................30
  76.               1073,1075,1077..........................................31
  77.               2024....................................................32
  78.               2026....................................................32
  79.               52224...................................................36
  80.               52424...................................................36
  81.               52236...................................................36
  82.               52436...................................................36
  83.               67436...................................................36
  84.               68436...................................................36
  85.               68444...................................................36
  86.               57424...................................................38
  87.               57436...................................................38
  88.               57444...................................................38
  89.               58424...................................................38
  90.               58436...................................................38
  91.               58444...................................................38
  92.               5912....................................................40
  93.               5913....................................................40
  94.               5902A...................................................40
  95.               6603 VRC................................................42
  96.               6613 VRC................................................42
  97.          
  98.          List of materials............................................46
  99.          Systems requirements.........................................46
  100.          Default Pen Definitions......................................47
  101.          Pen Width Table..............................................47
  102.          
  103.     Publication Part Number W0001-520
  104.     Sheet  4 of 47
  105.     
  106.                                GENERAL DESCRIPTION
  107.     
  108.     This CalComp ADI (Autodesk  Device Interface) Driver is a memory 
  109.     resident routine connected to interrupt 78H of AutoCAD that generates 
  110.     CalComp 907/PCI commands for CalComp plotters.
  111.     
  112.     The CCPADI 3.0 has several advantages over other CalComp plotter 
  113.     drivers.
  114.     
  115.      - Supports all current CalComp plotters and Vector printers.
  116.     
  117.      - Outputs Serially at 8 different baud rates.
  118.     
  119.      - Can use 7,e,1 or 8,n,1 parity.
  120.     
  121.      - Can use XonXoff, Hardware, or CalComp AckNak flow control
  122.          protocols.
  123.     
  124.      - Outputs Centronics Parallel by bypassing the bios which will allow
  125.          for at least a 2 to 1 increase in through put.
  126.     
  127.      - Outputs to a user named plot file.
  128.     
  129.      - Can download pen definitions with the plot data to relieve user
  130.          from pen mapping on the plotter.
  131.     
  132.      - Can download a copy command to the plotter, sending the plot only
  133.          one time and producing up to 63 copies.
  134.     
  135.      - User can tailor CalComp specific data parameters such as sync
  136.          codes, EOB codes, and checksumming to match an existing plotter
  137.          setup.
  138.     
  139.      - Smaller file size (typically about one-half)
  140.     
  141.      - CDCL setup information can be included with the plot to configure
  142.          the plotter.  Calcomp Device Control Language is a way to
  143.          re-configure the plotter to match the incoming plot file.
  144.     
  145.     
  146.     Publication Part Number W0001-520
  147.     Sheet  5 of 47
  148.     
  149.          Autocad ADI driver Plot Size Limit.
  150.     
  151.          When the user selects the step size and plot size using Autocad's 
  152.          "Configure Plotter" function,  the total X or Y steps in a plot 
  153.          (plot size multiplied by the stepsize) cannot exceed 65535.
  154.          
  155.          For plotters that use 2032 stepsize it would limit them to a 30 X 
  156.          30" plotting area.  CCPADI 3.0 solves this problem by allowing 
  157.          the user to set the stepsize in AutoCAD to 1016 and then doubling 
  158.          the plot data in CCPADI 3.0.
  159.          
  160.     Publication Part Number W0001-520
  161.     Sheet  6 of 47
  162.     
  163.                                  INSTALLATION
  164.     
  165.     Step 1. Check the CalComp shipped diskette.
  166.          
  167.          Insert the CalComp shipped diskette in Drive A or B.    Type 
  168.          DIR A: or B:.  Check your diskette and compare the files with the 
  169.          Section "List of Materials".  Also read  "System Requirements" 
  170.          before you begin.
  171.          
  172.     Step 2. Installing files to hard disk.
  173.     
  174.          An install program is provided for installing CalComp ADI drivers 
  175.          to your hard-disk.  The program will allow the user to select the 
  176.          drive letter on which CalComp ADI drivers will be installed.  
  177.          INSTALL will create a sub-directory called \CALCOMP and copy all 
  178.          needed files.
  179.          
  180.          To execute INSTALL:
  181.             
  182.             Make the CalComp supplied floppy the current drive by typing:
  183.             
  184.               A:  or  B:  and press enter
  185.               INSTALL     and press enter
  186.             
  187.          The install program will display an introduction and ask the user 
  188.          to press any key to continue.  Press a key.
  189.          
  190.          Next the install program will ask which ADI driver to install.  
  191.          There are two drivers available.  CCP386 is a protected mode 
  192.          driver to use with AutoCAD 386 Version 10 or 11.  CCPADI is a 
  193.          real mode driver to use with any version of AutoCAD.  Use the up 
  194.          or down arrow keys to highlight the required driver and press 
  195.          return.
  196.          
  197.          Next the install program will ask the user to select the hard 
  198.          disk for installation.  If multiply drives are available a list 
  199.          of the available drive names will be displayed.  Use the up or 
  200.          down arrow keys to highlight the required hard disk and then 
  201.          press return.
  202.          
  203.          INSTALL will check for the existence of a sub-directory called 
  204.          \CALCOMP on the selected hard drive.  If the sub-directory exists 
  205.          a warning message will be displayed and asks if the user wants to 
  206.          continue.
  207.          
  208.          INSTALL will copy all programs and supporting files to the hard 
  209.          drive selected and in a sub-directory called \CALCOMP.
  210.          
  211.          INSTALLATION COMPLETE
  212.          
  213.     Publication Part Number W0001-520
  214.     Sheet  7 of 47
  215.     
  216.                               CCPADI OPERATIONS
  217.     
  218.     CCPADI must be configured before the driver can be loaded into memory. 
  219.          NOTE:
  220.             CCPCFG is a Graphical User Interface (GUI) program that can be 
  221.             operated with or without a mouse.  With a mouse you select the 
  222.             options to execute and 'Click' the left button.  Without a 
  223.             mouse use the keyboard and press the letter Capitalized within 
  224.             the Menu or Button required.
  225.     
  226.     To start CCPCFG make the CALCOMP subdirectory the current directory by 
  227.     typing from the DOS prompt:
  228.     
  229.          cd /CALCOMP     and press return
  230.     
  231.     Then:
  232.     
  233.          CCPCFG          and press return
  234.     
  235.     The main graphical screen will be displayed looking something like 
  236.     this:
  237.     
  238.     ----------------------------------------------------------------------
  239.     | date                      TITLE                               time |
  240.     ----------------------------------------------------------------------
  241.     | Info  Communications  Sync,eob,cksum  Plotter  Misc  oK  canceL    |
  242.     ----------------------------------------------------------------------
  243.     |                                                                    |
  244.     |                                                                    |
  245.     |                                                                    |
  246.     |                                                                    |
  247.     |                                                                    |
  248.     |                                                                    |
  249.     |                                                                    |
  250.     |                                                                    |
  251.     ----------------------------------------------------------------------
  252.     
  253.     Publication Part Number W0001-520
  254.     Sheet  8 of 47
  255.     
  256.     The second line down is a Horizontal Menu.  There are 7 items listed 
  257.     on the menu:
  258.     
  259.          Info            Displays information about the program 
  260.     
  261.          Communications  Used to configure the communications options
  262.     
  263.          Sync,eob,cksum  Used to set the CalComp specific options
  264.     
  265.          Plotter         Used to define target plotter
  266.     
  267.          Misc            Used to set various miscellaneous options
  268.     
  269.          oK              Used save the options in options file.
  270.     
  271.          canceL          Used to abort the program
  272.     
  273.                                      INFO
  274.     
  275.     To see information about CCPCFG select the Info menu item with the 
  276.     mouse and Click the left button or type 'I' on the keyboard.  A pop-up 
  277.     will appear.  To clear the Information pop-up, click the mouse again 
  278.     or press a key.
  279.     
  280.     
  281.     Publication Part Number W0001-520
  282.     Sheet  9 of 47
  283.     
  284.                                 COMMUNICATIONS
  285.     
  286.     To configure communications, select the Communications menu item with 
  287.     the mouse and click the left button or type 'C' on the keyboard.  
  288.     Another window will appear.
  289.     
  290.     |--------------------------------------------------------------------|
  291.     |                     COMMUNICATIONS OPTIONS                         |
  292.     |                                                                    |
  293.     |    PORT             BAUD RATE                       PARITY         |
  294.     |  --------            -----                          ---------      |
  295.     |  | Com1 |            | 1 | 300                      | 7,e,1 |      |
  296.     |  --------            -----                          ---------      |
  297.     |  | coM2 |            | 2 | 600                      | 8,n,1 |      |
  298.     |  --------            -----                          ---------      |
  299.     |  | Lpt1 |            | 3 | 1200                                    |
  300.     |  --------            -----                          FLOW           |
  301.     |  | lPt2 |            | 4 | 2400                    ------------    |
  302.     |  --------            -----                         | Xonxoff  |    |
  303.     |  | File |            | 5 | 4800                    ------------    |
  304.     |  --------            -----                         | Hardware |    |
  305.     |                      | 6 | 9600                    ------------    |
  306.     |                      -----                         | Acknak   |    |
  307.     |                      | 7 | 19200                   ------------    |
  308.     |                      -----                                         |
  309.     |                      | 8 | 38400                                   |
  310.     |                      -----                         --------------- |
  311.     |                                                    | oK | canceL | |
  312.     |                                                    --------------- |
  313.     |--------------------------------------------------------------------|
  314.     
  315.                                      PORT
  316.     
  317.     This column of options tells CCPADI 3.0 where to send the plot data.  
  318.     The ports labeled, Com1, Com2, Lpt1, and Lpt2 are the physical ports 
  319.     attached to the PC operating this driver and AutoCAD.  These settings 
  320.     will not allow the data to be re-directed.  These ports are controlled 
  321.     by CCPADI 3.0 directly, and the output does not go through the BIOS.
  322.     
  323.     Select the output port or file with the mouse and click the left 
  324.     button or for a keyboard type:
  325.     
  326.          'C'     for Com1
  327.          'M'     for Com2
  328.          'L'     for Lpt1
  329.          'P'     for lpt2
  330.          'F'     for File
  331.     
  332.     
  333.     Publication Part Number W0001-520
  334.     Sheet 10 of 47
  335.     
  336.                                NETWORK PLOTTING
  337.     
  338.     If you wish to re-direct the output from a LPT or COM port to a 
  339.     network,  select 'File' and when CCPADI 3.0 ask for the output file 
  340.     name,  type in the name of the BIOS port (COM1, COM2, LPT1, or LPT2).
  341.     
  342.                                   BAUD RATE
  343.     
  344.     Baud rate is the speed at which CCPADI 3.0 will transmit data to the 
  345.     plotter.  This options is invalid if LPT1 or LPT2 or File have been 
  346.     selected in the PORT option.  Select the required baud rate with the 
  347.     mouse and click the left button or for keyboard operations press:
  348.     
  349.          1     for 300 baud
  350.          2     for 600 baud
  351.          3     for 1200 baud
  352.          4     for 2400 baud
  353.          5     for 4800 baud
  354.          6     for 9600 baud
  355.          7     for 19200 baud
  356.          8     for 38400 baud
  357.     
  358.                                     PARITY
  359.     
  360.     This option is invalid if LPT1 or LPT2 has been selected in the PORT 
  361.     option.  Another phrase for parity is character framing.  I will not 
  362.     give you the long definition of parity but instead will tell you that 
  363.     the two most common character framing options are available.  The 
  364.     standard character framing used for AutoCAD is 7,e,1.  Select the 
  365.     parity you require with the mouse and click the left button or press 
  366.     'E' for 7,e,1 or 'N' for 8,n,1
  367.     
  368.                                      FLOW
  369.     
  370.     This option is invalid if LPT1 or LPT2 has been selected in the PORT 
  371.     option.  Flow is the method of controlling the flow if data between 
  372.     the computer and the plotter.  CalComp plotters will function 1 of 
  373.     three ways (Xon-Xoff, Hardware, or Acknak).  Select the flow control 
  374.     you require with the mouse and click the left button or for keyboard 
  375.     operations press:
  376.     
  377.          'X'      for Xonxoff
  378.          'H'      for Hardware
  379.          'A'      for Acknak
  380.     
  381.     To Save the options, select the oK button with the mouse and click 
  382.     the left button or press 'K' on the keyboard.  To quit and revert back 
  383.     to the last saved settings, select the canceL button with the mouse and 
  384.     click the left mouse or press 'L' on the keyboard.
  385.     
  386.     Publication Part Number W0001-520
  387.     Sheet 11 of 47
  388.     
  389.                                 SYNC,EOB,CKSUM
  390.     
  391.     CalComp online 907/PCI data is record orientated and each record 
  392.     begins with one or two 'SYNC' codes.  This sync code can be any ASCII 
  393.     character with a decimal value between 2 and 127 inclusive.  Each 
  394.     record ends with an 'EOB/EOM' code.  This EOB code can be any ASCII 
  395.     control character with a decimal value between 2 and 31 inclusive.  A 
  396.     special character can be inserted in the data directly in front of the 
  397.     EOB/EOM code called the Checksumming character.  This character is 
  398.     used to check for record validity.  Checking record validity will do 
  399.     you no good using any of the Flow Control methods with the exception 
  400.     of ACKNAK.  If a transmission error occurs, Xonxoff or Hardware flow 
  401.     control methods allow for no error recovery.
  402.     
  403.     The choice of flow control is left to your discretion, but the options 
  404.     are available to assist you in matching other software packages that 
  405.     do not give you these options.
  406.     
  407.                                  NBR OF SYNCS
  408.     
  409.     This option will toggle between 1 and 2 every time is selected.  
  410.     Select Nbr or syncs with the mouse and click the left button or press 
  411.     'N' on the keyboard.
  412.     
  413.                                SYNC CODE VALUE
  414.     
  415.     This option, when selected,  will display a pop-up used to change this 
  416.     value.
  417.     
  418.                ------------------------------
  419.                |  Enter Sync Code Value     |
  420.                | ------ /\                  |
  421.                | |  2 |                     |
  422.                | ------ \/                  |
  423.                |                            |
  424.                | ------------               |
  425.                | | ok | esc |               |
  426.                | ------------               |
  427.                | ---------------------------|
  428.     
  429.     The operations of this pop-up vary depending if you are using a mouse 
  430.     or keyboard.
  431.     
  432.     If using a mouse select the up or down arrow to increase or decrease 
  433.     the counter every time you click the left button.  When the correct 
  434.     number of copies is displayed, select the 'ok' button and click the 
  435.     left button.  If you wish to quit without making any changes to the 
  436.     original value, select the 'esc' button and click the left button.
  437.     
  438.     Publication Part Number W0001-520
  439.     Sheet 12 of 47
  440.     
  441.     If using the keyboard, you can use the up or down arrow keys to 
  442.     increase or decrease the value every time you press a key.  Another 
  443.     way is to simply type in the number of copies using the number keys on 
  444.     the keyboard.  The left or right arrow keys will position the cursor 
  445.     to where you can insert or delete an incorrect number.  The backspace 
  446.     key will work as well.  When the correct number of copies is displayed 
  447.     press return.  If you wish to quit without making any changes to the 
  448.     original value,  DO NOT PRESS the escape key.  The ESCAPE key will 
  449.     terminate the program.  Press return and re-select the Sync,eob,cksum 
  450.     function by typing 'S' on the keyboard and change as needed.
  451.     
  452.     
  453.                                 EOB CODE VALUE
  454.     
  455.     The operations of this option is the save as with SYNC CODE VALUE.
  456.     
  457.     
  458.                                  CHECKSUMMING
  459.     
  460.     This option will toggle between enabled and disabled every time is 
  461.     selected.  Select Checksumming with the mouse and click the left 
  462.     button or press 'C' on the keyboard.
  463.     
  464.     To Save the options, select the oK button with the mouse and click 
  465.     the left button or press 'K' on the keyboard.  To Quit and revert back 
  466.     to the last saved settings, select the canceL button with the mouse and 
  467.     click the left mouse or press 'L' on the keyboard.
  468.     
  469.     Publication Part Number W0001-520
  470.     Sheet 13 of 47
  471.     
  472.                                    PLOTTER
  473.     
  474.     This menu item will display a window allowing the user to select the 
  475.     target plotter.
  476.     
  477.     ----------------------------------------------------------------------
  478.     |                        PLOTTER OPTIONS                             |
  479.     |                                                                    |
  480.     |-----                 -----                         -----           |
  481.     || A | 1023            | H | 2036                    | O | 5912      |
  482.     |-----                 -----                         -----           |
  483.     || B | 1025            | I | 52224/52424/57424       | P | 5913      |
  484.     |-----                 -----                         -----           |
  485.     || C | 1026            | J | 52236/52436/57436/67436 | R | 6603 VRC  |
  486.     |-----                 -----                         -----           |
  487.     || D | 1043            | K | 57444                   | T | 6613 VRC  |
  488.     |-----                 -----                         -----           |
  489.     || E | 1044            | L | 58424                   | U | Plotmaster|
  490.     |-----                 -----                         -----           |
  491.     || F | 1073/1075/1077  | M | 58436/68436                             |
  492.     |-----                 -----                                         |
  493.     || G | 2024            | N | 58444                                   |
  494.     |-----                 -----                         --------------- |
  495.     |                                                    | oK | canceL | |
  496.     |                                                    --------------- |
  497.     ----------------------------------------------------------------------
  498.     
  499.     Select your plotter from the list with the mouse and click the left 
  500.     button, or for keyboard operations press:
  501.     
  502.          'A'       for the 1023
  503.          'B'       for the 1025
  504.          'C'       for the 1026
  505.          'D'       for the 1043
  506.          'E'       for the 1044
  507.          'F'       for the 1073 or 1075 or 1077
  508.          'G'       for the 2024 Pacesetter
  509.          'H'       for the 2036 Pacesetter
  510.          'I'       for the 52224 or 52424 or 57424
  511.          'J'       for the 52236 or 52436 or 57436 or 67436
  512.          'K'       for the 57444
  513.          'L'       for the 58424
  514.          'M'       for the 58436 or 68436
  515.          'N'       for the 58444
  516.          'O'       for the 5912 Colorview
  517.          'P'       for the 5913 Colorview
  518.          'R'       for the 6603 VRC
  519.          'T'       for the 6613 VRC
  520.          'U'       for the 5902A Plotmaster
  521.     Publication Part Number W0001-520
  522.     Sheet 14 of 47
  523.     
  524.     To Save the options, select the oK button with the mouse and click 
  525.     the left button or press 'K' on the keyboard.  To Quit and revert back 
  526.     to the last saved settings, select the canceL button with the mouse and 
  527.     click the left mouse or press 'L' on the keyboard.
  528.     
  529.     
  530.                                  MISC OPTIONS
  531.     
  532.     These options are extra, used to tailor CCPADI 3.0 to the 
  533.     configuration you are using:
  534.     
  535.     ----------------------------------------------------------------------
  536.     |                            MISC OPTIONS                            |
  537.     |                                                                    |
  538.     |   SCALE        COPIES         COLORS          RADIX        CDCL    |
  539.     |   -----         -----         -----          -----       -----     |
  540.     |   | A | 1.0     | C | NO      | E | NO       | G | 95    | I | NO  |
  541.     |   -----         -----         -----          -----       -----     | 
  542.     |   | B | 2.0     | D | YES     | F | YES      | H | 59    | J | YES |
  543.     |   -----         -----         -----          -----       -----     | 
  544.     |                                                                    |
  545.     |                                                    --------------- |
  546.     |                                                    | oK | canceL | |
  547.     |                                                    --------------- |
  548.     ----------------------------------------------------------------------
  549.     
  550.     
  551.                                     SCALE
  552.     
  553.     This options is used to double the data sent to CCPADI 3.0.  This is a 
  554.     way to get around the AutoCAD ADI driver Plot Size Limit.  As we 
  555.     discussed in the GENERAL DESCRIPTIONS use this option to double the 
  556.     1016 stepsize configured in AutoCAD to 2032 stepsize for the plotter.  
  557.     Select the scale factor required with the mouse and click the left 
  558.     button or press 'A' for a scale factor of 1 or 'B' for a scale factor 
  559.     or 2.
  560.     
  561.                                     COPIES
  562.     
  563.     CCPADI 3.0 has the capability to download the CCGL copies command to a 
  564.     compatible plotter.  This option will tell CCPADI 3.0 to prompt the 
  565.     user at plot time for the number of copies.  If your plotter is not 
  566.     capable of accepting the copies command, these buttons will be grayed 
  567.     out and inoperable.  Select the appropriate answer with the mouse and 
  568.     click the left button or press 'C' for NO or 'D' for YES.
  569.     
  570.     
  571.     Publication Part Number W0001-520
  572.     Sheet 15 of 47
  573.     
  574.                                     COLORS
  575.     
  576.     CCPADI 3.0 has the capability to download the CCGL pen definitions 
  577.     command to a compatible plotter.  If selected, CCPADI 3.0 will down 
  578.     pen color and width commands to the plotter or to a file at the start 
  579.     of every plot.  The colors and widths are listed in section titled 
  580.     DEFAULT PEN DEFINITIONS.  Select the appropriate answer with the mouse 
  581.     and click the left button or press 'E' for NO or 'F' for YES.  If your 
  582.     plotter is not capable of accepting pen definition commands, these 
  583.     buttons will be grayed out and inoperable. 
  584.     
  585.                                     RADIX
  586.     
  587.     This options will modify the plot data in order for the created plot 
  588.     files to be upload to an EBCDIC computer for plotting on an attached 
  589.     plotter.  The translation of ASCII to EBCDIC can vary between 
  590.     computers and lowering the RADIX to 59 solves this problem.  If you 
  591.     will not be uploading the plot files, always leave this option at 95.  
  592.     Select the appropriate answer with the mouse and click the left button 
  593.     or press 'G' for 95 or 'H' for 59.
  594.     
  595.                                      CDCL
  596.     
  597.     CCPADI 3.0 has the capability to download the CalComp Device Control 
  598.     Language (CDCL) to a compatible plotter in order to configure the 
  599.     plotter for the upcoming plot data.  Select the appropriate answer 
  600.     with the mouse and click the left button or press 'I' for NO or 'J' 
  601.     for YES.  If your plotter is not capable of accepting CDCL commands, 
  602.     these buttons will be grayed out and inoperable. 
  603.     
  604.     To Save the options, select the oK button with the mouse and click 
  605.     the left button or press 'K' on the keyboard.  To Quit and revert back 
  606.     to the last saved settings, select the canceL button with the mouse and 
  607.     click the left mouse or press 'L' on the keyboard.
  608.     
  609.     
  610.                           LOADING CCPADI INTO MEMORY
  611.     
  612.     Since CCPADI is a memory resident, it must be memory resident before 
  613.     AutoCAD is executed.  After execution of CCPCFG to configure CCPADI, 
  614.     the driver can be loaded into memory.  Make the CALCOMP sub-directory 
  615.     the current directory by typing at the DOS prompt:
  616.     
  617.          cd \CALCOMP    then press enter
  618.          CCPADI         then press enter
  619.     
  620.     CCPADI 3.0 will display a banner message stating it is loaded.
  621.     
  622.     Publication Part Number W0001-520
  623.     Sheet 16 of 47
  624.     
  625.                                      OK
  626.     
  627.     In order to SAVE all the options configured with CCPCFG, you must exit 
  628.     the program by selecting the 'oK' menu item with the mouse and 
  629.     clicking the left button or pressing 'K' on the keyboard.
  630.     
  631.     
  632.                                      OK
  633.     
  634.     If you wish to exit the program and revert all options back to the 
  635.     last saved settings, select the canceL menu item with the mouse and 
  636.     click the left button or press 'L' on the keyboard.  A prompt will 
  637.     appear asking if you really want to Quit.  Select Yes or No.
  638.     
  639.     Publication Part Number W0001-520
  640.     Sheet 17 of 47
  641.     
  642.                         CONFIGURING AUTOCAD RELEASE 11
  643.     
  644.     Start up Autocad and answer each question prompted by AutoCAD as 
  645.     follows:
  646.     
  647.               NOTE:  <cr> is the same as <return>
  648.     
  649.                    A U T O C A D (R)
  650.     Copyright (c) 1982-91   Autodesk, Inc.  All Rights Reserved
  651.     Release R11 c2 (4/5/91) 386 DOS Extender
  652.     Serial Number:  xxx-xxxxxxxx
  653.     Licensed to:    You the customer
  654.     Obtained from:  Your ACAD dealer
  655.     
  656.     Main Menu
  657.     
  658.          0.  Exit AutoCAD
  659.          1.  Begin a NEW drawing
  660.          2.  Edit an EXISTING drawing
  661.          3.  Plot a drawing
  662.          4.  Printer Plot a drawing
  663.     
  664.          5.  Configure AutoCAD
  665.          6.  File Utilities
  666.          7.  Compile shape/font description file
  667.          8.  Convert old drawing file
  668.          9.  Recover damaged drawing
  669.     
  670.     Enter selection: 5 <cr>
  671.     
  672.                    A U T O C A D (R)
  673.     Copyright (c) 1982-91   Autodesk, Inc.  All Rights Reserved
  674.     Release R11 c2 (4/5/91) 386 DOS Extender
  675.     Serial Number:  xxx-xxxxxxxx
  676.     Licensed to:    You the customer
  677.     Obtained from:  Your ACAD dealer
  678.     
  679.     Current AutoCAD configuration 
  680.     
  681.          Video Display:           IBM Enhanced Graphics Adapter
  682.     
  683.          Digitizer:               Microsoft Serial or Bus Mouse
  684.     
  685.          Plotter:                 Autodesk Device Interface
  686.     
  687.          Printer plotter:         None
  688.     
  689.     Press RETURN to continue:  <cr>
  690.     
  691.     Publication Part Number W0001-520
  692.     Sheet 18 of 47
  693.     
  694.                    A U T O C A D (R)
  695.     Copyright (c) 1982-91   Autodesk, Inc.  All Rights Reserved
  696.     Release R11 c2 (4/5/91) 386 DOS Extender
  697.     Serial Number:  xxx-xxxxxxxx
  698.     Licensed to:    You the customer
  699.     Obtained from:  Your ACAD dealer
  700.     
  701.     Configuration menu
  702.     
  703.          0.  Exit to Main Menu
  704.          1.  Show current configuration
  705.          2.  Allow detailed configuration
  706.     
  707.          3.  Configure video display
  708.          4.  Configure digitizer
  709.          5.  Configure plotter
  710.          6.  Configure printer plotter
  711.          7.  Configure system console
  712.          8.  Configure operating parameters
  713.     
  714.     Enter selection <0>: 5 <cr>
  715.     Your current plotter is Autodesk Device Interface
  716.     Do you want to select a different one? <N> 
  717.     
  718.     If your current plotter is Autocad Device Interface plotter then skip 
  719.     over available plotter/driver selection.
  720.     
  721.                                                Y <cr>
  722.     
  723.     
  724.     Publication Part Number W0001-520
  725.     Sheet 19 of 47
  726.     
  727.                    A U T O C A D (R)
  728.     Copyright (c) 1982-91   Autodesk, Inc.  All Rights Reserved
  729.     Release R11 c2 (4/5/91) 386 DOS Extender
  730.     Serial Number:  xxx-xxxxxxxx
  731.     Licensed to:    You the customer
  732.     Obtained from:  Your ACAD dealer
  733.     
  734.     Available plotters:
  735.     
  736.           1.  None
  737.           2.  ADI P386 plotter
  738.           3.  Alpha Merics (obsolete)
  739.           4.  Autodesk Device Interface
  740.           5.  CalComp 906/907/PCI
  741.           6.  Canon Laser Printer
  742.           7.  Hewlett-Packard
  743.           8.  Houston Instrument DMP Series
  744.           9.  IBM 7300 Series
  745.          10.  PostScript device
  746.          11.  UNIX Plot device
  747.     
  748.     Select device number of ? to repeat list <1>: 4 <cr>
  749.     
  750.     Select output format:
  751.     
  752.          0.  ASCII file
  753.          1.  Binary file
  754.          2.  AutoCAD DXB file
  755.          3.  Installed ADI driver
  756.     
  757.     Output format, 0 to 3 <0>: 3 cr
  758.     Hexadecimal interrupt code (INT 0XXh) <78>: cr
  759.     Does your plotter have multiple pens? <N> Y cr
  760.     How many pens does it have, 2 to 127 <2>: 127 cr
  761.     Does the plotter have multiple dashed line styles? <N> cr
  762.     Is the plotter variable speed? <N> cr
  763.     
  764.     Next you will specify the maximum plot size the plotter
  765.     can make, and the step size of the plotter.  You may 
  766.     specify these either in millimeters or inches.  The
  767.     next question selects the units.
  768.     
  769.     Specify plot size in millimeters? <N> cr
  770.     Maximum horizontal (X) plot size in inches <11.00>: 50 cr
  771.     Plotter steps per inch in the horizontal (X) direction <1000>: 1016 cr
  772.     Maximum vertical (Y) plot size in inches <8.5> : 36 cr
  773.     Plotter steps per inch in the vertical (Y) direction <1000>: 1016 cr
  774.     
  775.     Publication Part Number W0001-520
  776.     Sheet 20 of 47
  777.     
  778.     If you have previously measured the lengths of a horizontal
  779.     and a vertical line that were plotted to specific scale,
  780.     you may use these measurements to calibrate your plotter.
  781.     
  782.     Would you like to calibrate your plotter? <N> N <cr>
  783.     Size Units (Inches or Millimeters) <I> I or M <cr>
  784.     Plot origin in Inches <0.00,0.00>: 0,0 <cr>
  785.     
  786.     Standard values for plotting size
  787.     
  788.     Size    Width   Height
  789.     A       10.50     8.00
  790.     B       16.00    10.00
  791.     C       21.00    16.00
  792.     D       33.00    21.00
  793.     E       43.00    33.00
  794.     MAX     50.00    36.00
  795.     
  796.     Enter the Size of Width,Height (in Inches) <MAX>: E <cr>
  797.     Rotate plot 0/90/180/270 <0>: 0 <cr>
  798.     Pen width in Inches <0.010>: <cr>
  799.     Adjust area fill boundaries for pen width? <N> <cr>
  800.     Remove Hidden lines? <N> <cr>
  801.     
  802.     Specify scale by entering:
  803.     Plotted Inches=Drawing Units or Fit or ? <F>: <cr>
  804.     
  805.     
  806.     Publication Part Number W0001-520
  807.     Sheet 21 of 47
  808.     
  809.                    A U T O C A D (R)
  810.     Copyright (c) 1982-91   Autodesk, Inc.  All Rights Reserved
  811.     Release R11 c2 (4/5/91) 386 DOS Extender
  812.     Serial Number:  xxx-xxxxxxxx
  813.     Licensed to:    You the customer
  814.     Obtained from:  Your ACAD dealer
  815.     
  816.     Configuration menu
  817.     
  818.          0.  Exit to Main Menu
  819.          1.  Show current configuration
  820.          2.  Allow detailed configuration
  821.     
  822.          3.  Configure video display
  823.          4.  Configure digitizer
  824.          5.  Configure plotter
  825.          6.  Configure printer plotter
  826.          7.  Configure system console
  827.          8.  Configure operating parameters
  828.     
  829.     Enter selection <0>: 0 <cr>
  830.     
  831.     If you answer N to the following question, all configuration
  832.     changed you have just make will be discarded.
  833.     
  834.     Keep configuration changes? <Y> Y<cr>
  835.     
  836.           FINISHED  The CalComp CCPADI driver is now configured.
  837.     
  838.     Publication Part Number W0001-520
  839.     Sheet 22 of 47
  840.     
  841.                         CONFIGURING AUTOCAD RELEASE 10
  842.     
  843.     Start up Autocad and answer each question prompted by AutoCAD as 
  844.     follows:
  845.     
  846.               NOTE:  <cr> is the same as <return>
  847.     
  848.               A U T O C A D
  849.     Copyright (C) 1982,83,84,85,86,87,88,89 AutoDesk, Inc
  850.     Release 10 c10 (12/21/89) DOS Extender
  851.     Serial Number xxx-xxxxxxxxxx
  852.     
  853.     Main Menu
  854.     
  855.          0.  Exit AutoCAD
  856.          1.  Begin a NEW drawing
  857.          2.  Edit an EXISTING drawing
  858.          3.  Plot a drawing
  859.          4.  Printer Plot a drawing
  860.     
  861.          5.  Configure AutoCAD
  862.          6.  File Utilities
  863.          7.  Compile shape/font description file
  864.          8.  Convert old drawing file
  865.     
  866.     Enter selection: 5 <cr>
  867.     
  868.               A U T O C A D
  869.     Copyright (C) 1982,83,84,85,86,87,88,89 AutoDesk, Inc
  870.     Release 10 c10 (12/21/89) DOS Extender
  871.     Serial Number xxx-xxxxxxxxxx
  872.     
  873.     Configure AutoCAD.
  874.     
  875.     
  876.     Current AutoCAD configuration
  877.     
  878.          Video Display:              IBM Enhanced Graphics Adapter
  879.     
  880.          Digitizer:                  Microsoft Serial or Bus Mouse
  881.     
  882.          Plotter:                    Autodesk Device Interface
  883.     
  884.          Printer plotter:            None
  885.     
  886.     Press RETURN to continue:  <cr>
  887.     
  888.     Publication Part Number W0001-520
  889.     Sheet 23 of 47
  890.     
  891.               A U T O C A D
  892.     Copyright (C) 1982,83,84,85,86,87,88,89 AutoDesk, Inc
  893.     Release 10 c10 (12/21/89) DOS Extender
  894.     Serial Number xxx-xxxxxxxxxx
  895.     
  896.     Configuration menu
  897.     
  898.          0.  Exit to Main Menu
  899.          1.  Show current configuration
  900.          2.  Allow detailed configuration
  901.     
  902.          3.  Configure video display
  903.          4.  Configure digitizer
  904.          5.  Configure plotter
  905.          6.  Configure printer plotter
  906.          7.  Configure system console
  907.          8.  Configure operating parameters
  908.     
  909.     Enter selection <0>: 5 <cr>
  910.     Your current plotter is Autodesk Device Interface
  911.     Do you want to select a different one? <N> 
  912.     
  913.          If your current plotter is Autodesk Device Interface, then skip 
  914.          over available plotter/driver selection.
  915.     
  916.                                                Y <cr>
  917.     
  918.               A U T O C A D
  919.     Copyright (C) 1982,83,84,85,86,87,88,89 AutoDesk, Inc
  920.     Release 10 c10 (12/21/89) DOS Extender
  921.     Serial Number xxx-xxxxxxxxxx
  922.     
  923.     Available plotters:
  924.     
  925.           1.  None
  926.           2.  ADI P386 plotter
  927.           3.  Alpha Merics (obsolete)
  928.           4.  Autodesk Device Interface
  929.           5.  CalComp 906/907/PCI
  930.           6.  Hewlett-Packard
  931.           7.  Houston Instrument DMP Series
  932.           8.  IBM 7300 Series
  933.           9.  PostScript device
  934.          10.  UNIX Plot device
  935.     
  936.     Select device number of ? to repeat list <1>: 4 <cr>
  937.     
  938.     Publication Part Number W0001-520
  939.     Sheet 24 of 47
  940.     
  941.     Select output format:
  942.     
  943.          0.  ASCII file
  944.          1.  Binary file
  945.          2.  AutoCAD DXB file
  946.          3.  Installed ADI driver
  947.     
  948.     Output format, 0 to 3 <0>: 3 cr
  949.     Hexadecimal interrupt code (INT 0XXh) <78>: cr
  950.     Does your plotter have multiple pens? <N> Y cr
  951.     How many pens does it have, 2 to 127 <2>: 127 cr
  952.     Does the plotter have multiple dashed line styles? <N> cr
  953.     Is the plotter variable speed? <N> cr
  954.     
  955.     Next you will specify the maximum plot size the plotter
  956.     can make, and the step size of the plotter.  You may 
  957.     specify these either in millimeters or inches.  The
  958.     next question selects the units.
  959.     
  960.     Specify plot size in millimeters? <N> cr
  961.     Maximum horizontal (X) plot size in inches <11.00>: 50 cr
  962.     Plotter steps per inch in the horizontal (X) direction <1000>: 1016 cr
  963.     Maximum vertical (Y) plot size in inches <8.5> : 36 cr
  964.     Plotter steps per inch in the vertical (Y) direction <1000>: 1016 cr
  965.     
  966.     If you have previously measured the lengths of a horizontal
  967.     and a vertical line that were plotted to specific scale,
  968.     you may use these measurements to calibrate your plotter.
  969.     
  970.     Would you like to calibrate your plotter? <N> N <cr>
  971.     Write the plot to a file? Y or N <cr>
  972.     Size Units (Inches or Millimeters) <I> I or M <cr>
  973.     Plot origin in Inches <0.00,0.00>: 0,0 <cr>
  974.     
  975.     Standard values for plotting size
  976.     
  977.     Size    Width   Height
  978.     A       10.50     8.00
  979.     B       16.00    10.00
  980.     C       21.00    16.00
  981.     D       33.00    21.00
  982.     MAX    163.80    23.50
  983.     
  984.     Enter the Size of Width,Height (in Inches) <MAX>: D <cr>
  985.     
  986.     Publication Part Number W0001-520
  987.     Sheet 25 of 47
  988.     
  989.     Rotate 2D plots 90 degrees clockwise? <N>: N <cr>
  990.     Pen width <0.010>: <cr>
  991.     Adjust area fill boundaries for pen width? <N> <cr>
  992.     Remove Hidden lines? <N> <cr>
  993.     
  994.     Specify scale by entering:
  995.     Plotted Inches=Drawing Units or Fit or ? <F>: <cr>
  996.     
  997.               A U T O C A D
  998.     Copyright (C) 1982,83,84,85,86,87,88,89 AutoDesk, Inc
  999.     Release 10 c10 (12/21/89) DOS Extender
  1000.     Serial Number xxx-xxxxxxxxxx
  1001.     
  1002.     Configuration menu
  1003.     
  1004.          0.  Exit to Main Menu
  1005.          1.  Show current configuration
  1006.          2.  Allow detailed configuration
  1007.     
  1008.          3.  Configure video display
  1009.          4.  Configure digitizer
  1010.          5.  Configure plotter
  1011.          6.  Configure printer plotter
  1012.          7.  Configure system console
  1013.          8.  Configure operating parameters
  1014.     
  1015.     Enter selection <0>: 0 <cr>
  1016.     
  1017.     If you answer N to the following question, all configuration
  1018.     changed you have just make will be discarded.
  1019.     
  1020.     Keep configuration changes? <Y> Y<cr>
  1021.     
  1022.           FINISHED  The CalComp CCPADI driver is now configured.
  1023.     
  1024.     Publication Part Number W0001-520
  1025.     Sheet 26 of 47
  1026.     
  1027.                          CONFIGURING CALCOMP PLOTTERS
  1028.     
  1029.     You have the option of configuring CCPADI 3.0 to match an existing 
  1030.     plotter setup or you can take the defaults of CCPADI 3.0 and configure 
  1031.     the plotter to match.  
  1032.     
  1033.     Publication Part Number W0001-520
  1034.     Sheet 27 of 47
  1035.     
  1036.             Configuring the 1023, 1025, or 1026 (ARTISAN) plotter
  1037.     
  1038.     In the following prompts there will be several lines of instructions 
  1039.     for each question.  The ones preceded *D are the CCPADI 3.0 default 
  1040.     answers.  The ones preceded with *U are user definable and should be 
  1041.     written down so that CCPADI 3.0 can be configured to match.  If you 
  1042.     are going to configure CCPADI 3.0 to match the plotter setups,  do not 
  1043.     execute the *D instructions.
  1044.     
  1045.          *D    CCPADI 3.0 defaults
  1046.          *U    User defined
  1047.     
  1048.     Follow the instructions in Chapter 1 of the ARTISAN User's Guide to 
  1049.     load media.  Select the 'Manual' softkey.  When the plotter finishes 
  1050.     sizing the media,  the display will show:
  1051.     
  1052.               User#1     OrgRtrn
  1053.               Online      Replot
  1054.     
  1055.     Press the 'Next' key twice.  The display will show:
  1056.     
  1057.               Set-up        Test
  1058.               Size          Time
  1059.     
  1060.     Press the 'Set-up' softkey.  The display will show:
  1061.     
  1062.               Scale      PenParm
  1063.               Host    Form Align
  1064.     
  1065.     Press the 'Host' softkey.  The display will show:
  1066.     
  1067.               Format        Baud
  1068.               Data     Handshake
  1069.     
  1070.     Press the 'Format' softkey.
  1071.     
  1072.     *D  Use the lower left softkey to step through the list of data 
  1073.     Formats.  Stop when the display shows:
  1074.     
  1075.     *U        Data format
  1076.                  [PCI]
  1077.     
  1078.     Press the 'Exit key to return to Host menu.
  1079.     
  1080.               Format        Baud
  1081.               Data     Handshake
  1082.     
  1083.     Publication Part Number W0001-520
  1084.     Sheet 28 of 47
  1085.     
  1086.     Press the 'Baud' softkey.
  1087.     
  1088.     *D  Press the lower right softkey to step through the list of baud 
  1089.     rates.  Stop when the display shows:
  1090.     
  1091.     *U        Baud Rate
  1092.                [19.2K]
  1093.     
  1094.     Press the 'Exit' key to return to Host menu.
  1095.     
  1096.               Format        Baud
  1097.               Data     Handshake
  1098.     
  1099.     Press the 'Data' softkey.
  1100.     
  1101.     *D  Press the upper left softkey to change the number of data bits.  
  1102.     Stop when the number changes to [7 bit]
  1103.     
  1104.     *D  Press the upper right softkey to change the number of stop bits.  
  1105.     Stop when the number changes to [1 stop]
  1106.     
  1107.     *D  Press the lower left softkey to change the parity type.  Stop when 
  1108.     the parity reads [Even Parity].
  1109.     
  1110.     *U        [7 bit]   [1 stop]
  1111.                  [Even Parity]
  1112.     
  1113.     Press the 'Exit' key to return to Host menu.
  1114.     
  1115.               Format        Baud
  1116.               Data     Handshake
  1117.     
  1118.     Press the 'Handshake' softkey.
  1119.     
  1120.     *D  Press the lower left softkey to step through the list of handshake 
  1121.     protocols.  Stop when the display shows:
  1122.     
  1123.     *U        PCI Handshake
  1124.                 [DirCntrl]
  1125.     
  1126.     Press the 'Exit' key to return to Host menu.
  1127.     
  1128.               Format        Baud
  1129.               Data     Handshake
  1130.     
  1131.     Press the 'Next' key.  The display will show the Sync menu:
  1132.     
  1133.               Sync        End Msg
  1134.               Chksum
  1135.     
  1136.     Publication Part Number W0001-520
  1137.     Sheet 29 of 47
  1138.     
  1139.     Press the 'Sync' softkey.
  1140.     
  1141.     *D  Press the upper left key to change the # of sync to 2
  1142.     
  1143.     *D  Press the '2' key twice to change the Sync Char to 22.
  1144.     
  1145.     The display will show:
  1146.     
  1147.     *U          # of sync [2]
  1148.                 Sync char.     22
  1149.     
  1150.     Press the 'Exit' key to return to the Sync menu.
  1151.     
  1152.               Sync        End Msg
  1153.               Chksum
  1154.     
  1155.     Press the 'End Msg' softkey.
  1156.     
  1157.     *D  Press the '1' key and then the '3' key to change the End of Msg 
  1158.     char to 13.
  1159.     
  1160.     The display will show:
  1161.     
  1162.     *U   End of Msg Char 
  1163.                 13
  1164.     
  1165.     Press the 'Exit' key to return to the Sync menu.
  1166.     
  1167.               Sync        End Msg
  1168.               Chksum
  1169.     
  1170.     Press the 'Chksum' softkey.
  1171.     
  1172.     *D  Press the lower left softkey until PCI mode chksum changes to 
  1173.     ENABLED.  The display will show:
  1174.     
  1175.     *U        PCI mode chksum
  1176.                  [ENABLED]
  1177.     
  1178.     If you have changed any of the above options, press the 'Exit' key 3 
  1179.     times.  The display will show:
  1180.     
  1181.               Save as User n?                  
  1182.     n is current user number
  1183.               Yes             No
  1184.     
  1185.          Press the lower left softkey to save configurations.
  1186.     
  1187.     If you were getting the current setups press the 'Exit' key 4 times to 
  1188.     return to the original menu.  The display will show:
  1189.     
  1190.               User#1     OrgRtrn
  1191.               Online      Replot
  1192.     
  1193.     Press the 'Online' softkey to plot.
  1194.     
  1195.     Publication Part Number W0001-520
  1196.     Sheet 30 of 47
  1197.     
  1198.                    Configuring the 1043 or 1044 Pen Plotter
  1199.     
  1200.     Set the switch on the back of the 1043/1044 plotter:
  1201.     
  1202.          Bit 1 2 3 4 5 6 7 8
  1203.              0 1 0 1 0 0 0 0   For Hardware handshaking but will work with
  1204.                                                any protocol.
  1205.     
  1206.     The Serial cable from the PC serial port should be attached to 'TO DTE 
  1207.     HOST' of the 1043/1044 plotter.
  1208.     
  1209.     Power the plotter on.  Press the 'Setup' key, then the number 7 and 
  1210.     then press the 'Enter Key'.  The display will show 'Host set up 
  1211.     number'.  Press 'Next', 'Enter', make changes if configuring the 
  1212.     plotter to match CCPADI 3.0 defaults, otherwise step through the Host 
  1213.     setups and write down what you find in order to Configure CCPADI 3.0 
  1214.     to match.  Repeat the process for 8 HOST set up modes ('Next' and 
  1215.     'Enter').
  1216.     
  1217.     For CCPADI 3.0 Defaults change to the following:
  1218.     
  1219.          Host Set Up Mode      Top              bottom
  1220.     
  1221.          0-Parity & bits/char  2 Even Parity    7 Bits/char
  1222.          1-Stop bits & clock   1 Stop Bit       0 Int clock
  1223.          2-Interface           0 Serial        00 IEEE Address
  1224.          3-Host Baud           19200            0 PCI Mode
  1225.          4-Muting & Checksum   NO Term muting   YES checksum
  1226.          5-Isochronous & EOM   NO Isochronous   13 End of Mess Char
  1227.          6-Direct Cntrl-Xon    YES Direct Cntrl NO XON/XOFF
  1228.          7-Term Baud & Duplex  19200            0 Full
  1229.          8-Sync Code & Value   2 Sync Code      22 Sync Code Value
  1230.     
  1231.     Press 'Save', Enter user number and press 'Enter' to save any changes 
  1232.     you might of made.
  1233.     
  1234.     Publication Part Number W0001-520
  1235.     Sheet 31 of 47
  1236.     
  1237.                 Configuring the 1073, 1075, 1077 pen plotters.
  1238.     
  1239.     There are two types of controllers available for these plotters, the 
  1240.     PCI and the PLOT MANAGER.  It is best if Field Service is called in 
  1241.     order to determine what controller is present and how to set the 
  1242.     switches, jumpers or thumb wheel switches.  If you wish to attempt the 
  1243.     setup you will need the appropriate manual.
  1244.     
  1245.     Publication Part Number W0001-520
  1246.     Sheet 32 of 47
  1247.     
  1248.                    Configuring the 2024 or 2036 Pacesetter
  1249.     
  1250.     The Pacesetter plotters are unique in that they are the only CalComp 
  1251.     pen plotter capable of accepting data both serially or parallel.  The 
  1252.     setup procedures for the two are similar in most respects.
  1253.     
  1254.     The following paragraphs contain the procedures for changing the 
  1255.     communications parameters.  Each procedure is self-contained.
  1256.     
  1257.     To Change parameters, proceed as follows:
  1258.          
  1259.          1.  Power-on the plotter
  1260.          
  1261.          2.  Press the Menu key.
  1262.          
  1263.                                        NOTE
  1264.              The Port Type menu display only appears when the optional 
  1265.              Centronics interface is installed.  Skip this step and 
  1266.              proceed to step 4 if the plotter only has a RS-232C (serial) 
  1267.              port.
  1268.          
  1269.          3.  Press the up or down arrow keys until the display shows:
  1270.          
  1271.               Port Type:
  1272.          
  1273.              Use the left or right arrow keys to select Port Type:
  1274.          
  1275.               If serial                             If Parallel
  1276.          
  1277.               Port Type:                            Port Type:
  1278.                RS-232C                               Centronics
  1279.          
  1280.          4.  This step is only for serial communications.
  1281.              Press the down arrow key until the display shows:
  1282.          
  1283.               Protocol:
  1284.          
  1285.              Use the left or right arrow keys to select:
  1286.          
  1287.               Protocol:
  1288.                 PCI
  1289.          
  1290.              If using parallel communications, skip to step 8.
  1291.          
  1292.     Publication Part Number W0001-520
  1293.     Sheet 33 of 47
  1294.          
  1295.          5.  Use the down arrow key to display:
  1296.          
  1297.               Baud Rate:
  1298.          
  1299.              Use the left or right arrow keys to select the correct baud 
  1300.          rate configured in AutoCAD.  CCPADI 3.0 defaults to:
  1301.          
  1302.               Baud Rate:
  1303.                  19200
  1304.          
  1305.          6.  Use the down arrow key to display:
  1306.          
  1307.               # of bits-parity
  1308.          
  1309.              Use the left or right arrow keys to select the correct number 
  1310.          of bits per character and the type of parity configured in 
  1311.          AutoCAD.  CCPADI 3.0 defaults to:
  1312.          
  1313.               # of bits-parity
  1314.                 7-even
  1315.          
  1316.          7.  Use the down arrow key to display:
  1317.          
  1318.               Handshake:
  1319.          
  1320.             Use the left or right arrow keys to select the correct 
  1321.          handshaking configured in AutoCAD.  CCPADI 3.0 defaults to:
  1322.          
  1323.               Handshake:
  1324.                 Hardware
  1325.          
  1326.          8.  Use the down arrow key to select:
  1327.          
  1328.               Sync # EOB CHK
  1329.          
  1330.             There are three pre defined configurations for this options 
  1331.          labeled A, B, or C.  Use the left or right arrow keys to display 
  1332.          each.  If one of the three selections match the configurations 
  1333.          stored in Autocad, display it and proceed to step 14.  CCPADI 3.0 
  1334.          defaults to:
  1335.          
  1336.               Sync # EOB CHK
  1337.               A:  22   2   13   ON
  1338.          
  1339.          
  1340.     Publication Part Number W0001-520
  1341.     Sheet 34 of 47
  1342.          
  1343.          9.  If none of the pre-defined configurations match your needs 
  1344.          select:
  1345.          
  1346.               Sync # EOB CHK
  1347.               Special Format-1 or 2
  1348.          
  1349.          10. Then press the down arrow key.  The following will be 
  1350.          displayed:
  1351.          
  1352.               PCI-# of sync
  1353.                    2
  1354.          
  1355.             Use the left or right arrow keys to change this value to match 
  1356.          the value configured in AutoCAD.
  1357.          
  1358.          11. Then press the down arrow key.  The following will be 
  1359.          displayed:
  1360.          
  1361.               PCI-Sync Char
  1362.                   22
  1363.          
  1364.             Use the left or right arrow keys to change this value to match 
  1365.          the value configured in AutoCAD.
  1366.          
  1367.          12. Then press the down arrow key.  The following will be 
  1368.          displayed:
  1369.          
  1370.               PCI-EOM Char
  1371.                   13
  1372.          
  1373.             Use the left or right arrow keys to change this value to match 
  1374.          the value configured in AutoCAD.
  1375.          
  1376.          13. Then press the down arrow key.  The following will be 
  1377.          displayed:
  1378.          
  1379.               PCI-Checksum
  1380.                  On
  1381.          
  1382.             Use the left or right arrow keys to change this value to match 
  1383.          the value configured in AutoCAD.
  1384.          
  1385.          
  1386.     Publication Part Number W0001-520
  1387.     Sheet 35 of 47
  1388.          
  1389.          14. Then press the down arrow key until the following is 
  1390.          displayed:
  1391.          
  1392.               Save as User:
  1393.                  NO
  1394.          
  1395.             Use the left or right arrow keys to select the user number 
  1396.          under which these value will be stored.
  1397.          
  1398.          15. Then press online.  The plotter is now ready for operation.
  1399.          
  1400.     Publication Part Number W0001-520
  1401.     Sheet 36 of 47
  1402.     
  1403.       Configuring the 52224, 52424, 52236, 52436, 67436, 68436, or 68444
  1404.     
  1405.     These setup instructions assume that a communications terminal is 
  1406.     attached to the TERM port located on the back of the plotter.
  1407.     
  1408.     Press <CTRL-P> and enter user PIN or press return.
  1409.     
  1410.     If you only wish to determine the present configuration of the plotter 
  1411.     use the DISPLAY command to display them.
  1412.     
  1413.     Determine which port is connected to your computer by tracing the 
  1414.     cable.  The 52224, 52236, 52424, and the 52436 have 1 parallel port 
  1415.     called 'PAR' and three serial ports called 'COM_1  COM_2  COM_3'.  The 
  1416.     67436, 68436 and the 68444 have two parallel and two serial ports 
  1417.     called PAR_1, PAR_2, COM_1, and COM_2 respectfully.
  1418.     
  1419.     If your PC is connected to a Parallel port type:
  1420.     
  1421.     DISP PAR on the 52224, 52236, 52424, 52436 to display the parallel 
  1422.     parameters or DISP PAR_n, where n is the parallel port number, on the 
  1423.     67436, 68436, or the 68444.
  1424.     
  1425.     To changed the Parallel parameters, TYPE:
  1426.     
  1427.          PAR  or PAR_n
  1428.     
  1429.          Input Monitor Dump                NO
  1430.     
  1431.          Host to Plotter CDCL              CENT
  1432.     
  1433.          Dead Job Time Out                 30
  1434.     
  1435.          Time Out Action                   Force
  1436.     
  1437.          Plot Command Language             907
  1438.     
  1439.          Steps Per Inch                    200 for the 52224 or 52236
  1440.                                            400 for the 52424, 52436,
  1441.                                                     67436, 68436, 68444
  1442.     
  1443.          Beginning of Record Sync Char    $16 hex
  1444.     
  1445.          Number of Sync Chars              2
  1446.     
  1447.          End of Record char                $D
  1448.     
  1449.          Checksum                          Y
  1450.     
  1451.          Print                             N
  1452.     
  1453.     Publication Part Number W0001-520
  1454.     Sheet 37 of 47
  1455.     
  1456.     If your PC is connected to COM_1, COM_2, or COM3 type
  1457.     
  1458.          COM_n                            n is either 1, 2, or 3
  1459.     
  1460.          Input Monitor dump                NO
  1461.     
  1462.          Baud Rate                         19200
  1463.     
  1464.          Character Framing                 7,e,1
  1465.     
  1466.          Host to plotter CDCL              CTS
  1467.     
  1468.          Plotter to Host CDCL              CTS
  1469.     
  1470.          Dead Job Time Out                 30
  1471.     
  1472.          Time out action                   Force
  1473.     
  1474.          Plot Command Language             907
  1475.     
  1476.          Steps per inch                    200 for the 52224 or 52236
  1477.                                            400 for the 52424 or 52436
  1478.                                                     67436, 68436, 68444
  1479.     
  1480.          Plot Data Protocol                CTS
  1481.     
  1482.          Beginning of Record Sync Char    $16
  1483.     
  1484.          Number of sync Chars              2
  1485.     
  1486.          End of Record Char                $D
  1487.     
  1488.          Checksum                          Y
  1489.     
  1490.     To save the setups type:
  1491.     
  1492.          SAVE n ALL    n is the user number.   The power on default user
  1493.                          number is 1.
  1494.     
  1495.     To retrieve a user setup type:
  1496.     
  1497.          USER n all    n is the user number.
  1498.     
  1499.     If the configurations are not saved they will be lost when the plotter 
  1500.     is powered off.
  1501.     
  1502.     Publication Part Number W0001-520
  1503.     Sheet 38 of 47
  1504.     
  1505.          Configuring the 57424, 57436, 57444, 58424, 58436, or 58444
  1506.     
  1507.     An example of configuring the 908K or XP board thru OPCOM.
  1508.     
  1509.          Refer to CalComp plotter users guide OPCOM (Operator 
  1510.          Communication) operations with the optional attached terminal.
  1511.          
  1512.          These setup instructions assume that a communications terminal is 
  1513.          attached to the TERM port located on the back of the plotter.
  1514.     
  1515.     PARALLEL COMMUNICATIONS:
  1516.     
  1517.       (Framing: bits, parity and stop bits are not applicable for
  1518.          Centronics interface).
  1519.     
  1520.          <CTRL-P>
  1521.     
  1522.     To change the communications parameters type:
  1523.     
  1524.          COM
  1525.     
  1526.          MODE                             CENT
  1527.     
  1528.          CSUM                             Y
  1529.     
  1530.          FRAME                             8,n,1
  1531.     
  1532.          EOB                              $D  or  13
  1533.     
  1534.          TACODE                            0
  1535.     
  1536.          CLOCKING                          ASYNC
  1537.     
  1538.          SYNC                             $16,$16  or  22,22
  1539.     
  1540.     To save the parameters type:
  1541.     
  1542.          SAVE n ALL   n is a user number
  1543.     
  1544.     To view the existing communications setups type:
  1545.     
  1546.          DISP COM
  1547.     
  1548.     Publication Part Number W0001-520
  1549.     Sheet 39 of 47
  1550.     
  1551.     If OPCOM is used,  these switches may be ignored.  This is provided as 
  1552.     reference for CalComp Customer Service and Field Analyst.
  1553.     
  1554.          An example of 908K Board Switch setting with CCPADI 3.0.
  1555.     
  1556.                          Bits
  1557.          Switches  8 7 6 5 4 3 2 1
  1558.     
  1559.            S3      0 0 0 1 1 1 0 1  (bit 8    diagnostic mode disabled
  1560.                                      bit 7    units = inches
  1561.                                      bit 6-4  plotter width = 36 inches
  1562.                                      bit 3-2  resolution = 400 dpi
  1563.                                      bit 1    indicates color)
  1564.     
  1565.            S4      1 1 0 0 0 0 0 0  (bit 8-7  disk type: 70 megabyte
  1566.                                      bit 6    single disk installed
  1567.                                      bit 5    tape bits/character: 8 bits
  1568.                                      bit 4    tape density: 1600 bpi
  1569.                                      bit 3-2  most significant strip
  1570.                                      bit 1    pen plotter limits emulation
  1571.                                               disabled)
  1572.     
  1573.            S5      0 0 1 0 0 0 1 0   bit 8-5  DIRECT CONTROL MODE
  1574.                    0 0 1 1 0 0 1 0            CENTRONICS
  1575.                                      bit 4-1  AutoCAD stepsize:  400/inch
  1576.     
  1577.            S6      0 1 1 0 1 1 0 1  (bit 8-4  End of buffer char = '13 $D'
  1578.                                      bit 3-1  character framing: 8 bit
  1579.                                               no parity, 1 stop bit 
  1580.     
  1581.            S7      0 1 0 0 0 0 0 0  (bit 8    terminal muting disable
  1582.                                      bit 7    checksum enable
  1583.                                      bit 6    X16 clocking
  1584.                                      bit 5-1  half duplex turn around
  1585.                                               character not used
  1586.     
  1587.            S8      1 0 0 1 0 1 1 0  (bit 8    double sync character
  1588.                                      bit 7-1  sync character = '22 $16'
  1589.     
  1590.          - Set Switch S1 to NORMAL and LOCAL
  1591.     
  1592.          - Set rotary switches S10 and S11 according to the host baud rate 
  1593.     and terminal baud rate, respectively.
  1594.     
  1595.     Publication Part Number W0001-520
  1596.     Sheet 40 of 47
  1597.     
  1598.         Configuring the 5912, 5913 ColorView, or the 5902A Plotmaster
  1599.     
  1600.     Enclosed on the floppy with CCPADI 3.0 is a program called SETUP.EXE.  
  1601.     This program is used to set the communication parameters.
  1602.     
  1603.                                     SETUP
  1604.     
  1605.                  CALCOMP Color Thermal Plotter Configuration
  1606.                      Copyright (C) Calcomp 1988 Rev. x.x
  1607.     
  1608.            Use the left/right arrow keys to scroll thru the options
  1609.            Use the up/down arrow keys to scroll thru the menu
  1610.     
  1611.            When the correct information is displayed use the <enter> key
  1612.     
  1613.          Model Type ...............  Model 5912
  1614.     
  1615.          Interface Mode ...........  PCI HCBS
  1616.     
  1617.     
  1618.     
  1619.     
  1620.          F5 key exits the program and returns to DOS
  1621.          ESC key restarts the program
  1622.          HOME key moves the cursor to the top selection on current screen
  1623.          END key moves the cursor to the last selection on current screen
  1624.          When New: is displayed enter the data with the numeric keys
  1625.     
  1626.     
  1627.     The initial screen will ask for either the 5912, 5913, or the 
  1628.     Plotmaster.  Use the arrow keys to select.  The interface mode is for 
  1629.     either PCI HCBS or PCI AUTOCAD.  If CCPADI 3.0 defaults are to be 
  1630.     accepted select PCI AUTOCAD.
  1631.     
  1632.     Publication Part Number W0001-520
  1633.     Sheet 41 of 47
  1634.     
  1635.                       Model 5912 Configurable Parameters
  1636.     
  1637.          Port connected to                COM1  (use arrow key for
  1638.                                                  other ports)
  1639.          Baud Type                        19200
  1640.          Parity Enable                    Enabled
  1641.          Parity Type                      Even
  1642.          Data Bits                        7
  1643.          Stop Bits                        1
  1644.     
  1645.                                        PCI DATA
  1646.          Number of Sync characters        2
  1647.          Sync character code              22
  1648.          Checksum enable                  Enabled
  1649.          Handshake type                   Direct Control
  1650.          End of Message Character         13
  1651.          Turnaround Code                  0
  1652.          Scale factor numerator           1
  1653.          Scale factor denominator         1
  1654.          X axis Origin Offset             0
  1655.          Y axis Origin Offset             0
  1656.          Print Timeout Value              300
  1657.          Plotmaster emulation             NO
  1658.     
  1659.          Change Screen with PgUp or PgDn
  1660.          Send Data (F2), Default (F4), System (F5), Restart <ESC>
  1661.     
  1662.     
  1663.          Change the parameters to look like the above if you are using 
  1664.     CCPADI 3.0 defaults.
  1665.     
  1666.     F2 will send the parameters to the Colorview and save them in EEPROM.
  1667.     
  1668.     F5 will exit the program.
  1669.     
  1670.     Publication Part Number W0001-520
  1671.     Sheet 42 of 47
  1672.     
  1673.               Configuring the 6603 or 6613 Colormaster Plus VRC
  1674.     
  1675.     The setups on the VRC unit us accomplished from the control panel.  
  1676.     Which after initialization should look something like this:
  1677.     
  1678.          ONLINE         Reset
  1679.          Setups         Tests
  1680.     
  1681.     Take the printer OFFLINE by placing the cursor on ONLINE and pressing 
  1682.     ENTER.  The following menu is displayed:
  1683.     
  1684.          OFFLINE        Reset
  1685.          Setups         Tests
  1686.     
  1687.     Position the cursor on Setups and press ENTER.  The following is 
  1688.     displayed:
  1689.     
  1690.          SETUPS
  1691.          User          Factory
  1692.     
  1693.     Position the cursor on User and press enter.  The following is 
  1694.     displayed:
  1695.     
  1696.          USER        DataFormats
  1697.          Printer           Ports
  1698.     
  1699.     Position the cursor on DataFormats and press enter.  The following is 
  1700.     displayed:
  1701.     
  1702.          DATA FORMAT
  1703.          CCGL     VDI   Epson
  1704.     
  1705.     Position the cursor on CCGL and press enter.  The following is 
  1706.     displayed:
  1707.     
  1708.          CCGL
  1709.          Numerator  : 02430
  1710.     
  1711.     Use the cursor to select each digit and change this value to read 
  1712.     00001.  Press enter when completed.  The following will be displayed:
  1713.     
  1714.          CCGL
  1715.          Denomintr  : 70633
  1716.     
  1717.     Publication Part Number W0001-520
  1718.     Sheet 43 of 47
  1719.     
  1720.     As with the Numerator used the arrow keys to select each digit and 
  1721.     change this value to read 00001.  Press enter when completed.  The 
  1722.     following will be displayed:
  1723.     
  1724.          CCGL
  1725.          X Offset  :+00000
  1726.     
  1727.     Press enter and the following will be displayed:
  1728.     
  1729.          CCGL
  1730.          Y Offset  :+00000
  1731.     
  1732.     Press enter and the following will be displayed:
  1733.     
  1734.          CCGL
  1735.          # of Syncs    :1
  1736.     
  1737.     Use the arrow keys to change this value to 2 if using CCPADI 3.0 
  1738.     defaults.  Press enter when finished and the following will be 
  1739.     displayed:
  1740.     
  1741.          CCGL
  1742.          Sync Code      :2
  1743.     
  1744.     Use the arrow keys to change this value to 22 if using CCPADI 3.0 
  1745.     defaults.  Press enter when finished and the following will be 
  1746.     displayed:
  1747.     
  1748.          CCGL
  1749.          End Code       :3
  1750.     
  1751.     Use the arrow keys to change this value to 13 if using CCPADI 3.0 
  1752.     defaults.  Press enter when finished and the following will be 
  1753.     displayed:
  1754.     
  1755.          CCGL
  1756.          Checksum:   Disable
  1757.     
  1758.     Use the arrow keys to change this value to enable if using CCPADI 3.0 
  1759.     defaults.  Press enter when finished and the following will be 
  1760.     displayed:
  1761.     
  1762.          CCGL
  1763.          TimeOut:    0010 S
  1764.     
  1765.     Use the arrow keys to change this value to 300 if using CCPADI 3.0 
  1766.     defaults.  Press enter when finished and the following will be 
  1767.     displayed:
  1768.     
  1769.          CCGL
  1770.          5902A Pens:  Yes
  1771.     
  1772.     Publication Part Number W0001-520
  1773.     Sheet 44 of 47
  1774.     
  1775.     Use the arrow keys to change this value to NO if using CCPADI 3.0 
  1776.     defaults.  Press enter when finished and the following will be 
  1777.     displayed:
  1778.     
  1779.          CCGL
  1780.          Param Set: HCBS
  1781.     
  1782.     You have now set all the CCGL Setup parameters.  To go to the USER 
  1783.     submenu, press CLEAR.
  1784.     
  1785.          USER        DataFormats
  1786.          Printer           Ports
  1787.     
  1788.     Select 'Ports' and press enter.  The following will be displayed:
  1789.     
  1790.          SERIAL PORT
  1791.          Baud Rate: 9600
  1792.     
  1793.     Use the arrow keys to change this setting to 19200 if you are using 
  1794.     CCPADI 3.0 defaults.  Press enter when finished and the following will 
  1795.     be displayed:
  1796.     
  1797.          SERIAL PORT
  1798.          Data Bits: 8
  1799.     
  1800.     Use the arrow keys to change this setting to 7 if you are using CCPADI 
  1801.     3.0 defaults.  Press enter when finished and the following will be 
  1802.     displayed:
  1803.     
  1804.          SERIAL PORT
  1805.          Stop Bits
  1806.     
  1807.     Use the arrow keys to change this setting to 1 if you are using CCPADI 
  1808.     3.0 defaults.  Press enter when finished and the following will be 
  1809.     displayed:
  1810.     
  1811.          SERIAL PORT
  1812.          Parity:  None
  1813.     
  1814.     Use the arrow keys to change this setting to even if you are using 
  1815.     CCPADI 3.0 defaults.  Press enter when finished and the following will 
  1816.     be displayed:
  1817.     
  1818.          SERIAL PORT
  1819.          Handshk:  CCGL
  1820.     
  1821.     Press enter when finished and the following will be displayed:
  1822.     
  1823.          SERIAL PORT
  1824.          Handshk:  XON/XOFF
  1825.     
  1826.     Publication Part Number W0001-520
  1827.     Sheet 45 of 47
  1828.     
  1829.     Use the arrow keys to change this setting to DTR/RTS if you are using 
  1830.     CCPADI 3.0 defaults.  Press enter when finished and the following will 
  1831.     be displayed:
  1832.     
  1833.          USER        DataFormats
  1834.          Printer           Ports
  1835.     
  1836.     Press the Clear button until the following is displayed:
  1837.     
  1838.          ONLINE         Reset
  1839.          Setups         Tests
  1840.     
  1841.     
  1842.     
  1843.     Publication Part Number W0001-520
  1844.     Sheet 46 of 47
  1845.     
  1846.                               LIST OF MATERIALS
  1847.     
  1848.     The CalComp Supplied floppy should contain the following files:
  1849.     
  1850.          BATCHPLT.EXE                    Program
  1851.          AN_D_SRH.DT2                    Batchplt support file
  1852.          AN_E_SRH.DT2                    Batchplt support file
  1853.          AN_D_PLT.DT2                    Batchplt support file
  1854.          AN_E_PLT.DT2                    Batchplt support file
  1855.          AR_D_PLT.DT2                    Batchplt support file
  1856.          AR_E_PLT.DT2                    Batchplt support file
  1857.          IS_D_PLT.DT2                    Batchplt support file
  1858.          IS_E_PLT.DT2                    Batchplt support file
  1859.          BATCHPLT.DOC                    Batchplt documentation
  1860.          INSTALL.EXE                     Installation program
  1861.          CCP386.EXP                      Protected Mode ADI driver
  1862.          CCP386.DOC                      Protected Mode Documentation
  1863.          CCPADI.EXE                      Real Mode ADI driver
  1864.          CCPCFG.EXE                      Real Mode Driver config program
  1865.          CCPADI.DOC                      Real Mode documentation
  1866.          SETUP.EXE                       Thermal Transfer Setup program
  1867.     
  1868.     
  1869.                              SYSTEM REQUIREMENTS
  1870.     
  1871.          IBM PC or Compatible
  1872.          EGA or VGA card and monitor
  1873.          DOS 2.0 or later
  1874.          AutoCAD 10 286/386  or  11 286/386
  1875.     
  1876.     
  1877.     Publication Part Number W0001-520
  1878.     Sheet 47 of 47
  1879.     
  1880.                            DEFAULT PEN DEFINITIONS
  1881.     
  1882.      PEN      COLOR         WIDTH in inches
  1883.     
  1884.       1       RED            0.01
  1885.       2       YELLOW         0.01
  1886.       3       GREEN          0.01
  1887.       4       CYAN           0.01
  1888.       5       BLUE           0.01
  1889.       6       MAGENTA        0.01
  1890.       7       BLACK          0.01
  1891.       8       ORANGE         0.01
  1892.       9       LIGHT RED      0.01
  1893.      10       BROWN          0.01
  1894.      11       LIGHT GREEN    0.01
  1895.      12       LIGHT CYAN     0.01
  1896.      13       LIGHT BLUE     0.01
  1897.      14       LIGHT MAGENTA  0.01
  1898.      15       1/2 BLACK      0.01
  1899.     
  1900.                                PEN WIDTH TABLE
  1901.     
  1902.             PLOTTER RESOLUTION
  1903.     
  1904.     WIDTH     200 DPI        300 DPI        400 DPI
  1905.               IN   MM        IN    MM       IN   MM
  1906.        1   .005   .13    .00375   .10    .0025   .06
  1907.        2   .010   .25    .00750   .19    .0050   .13
  1908.        3   .015   .38    .01125   .29    .0075   .19
  1909.        4   .020   .51    .01500   .38    .0100   .25
  1910.        5   .025   .64    .01875   .48    .0125   .32
  1911.        6   .030   .76    .02250   .57    .0150   .38
  1912.        7   .035   .89    .02625   .67    .0175   .44
  1913.        8   .040  1.02    .03000   .76    .0200   .51
  1914.        9   .045  1.14    .03375   .86    .0225   .57
  1915.       10   .050  1.27    .03750   .95    .0250   .64
  1916.       11   .055  1.40    .04125  1.05    .0275   .70
  1917.       12   .060  1.52    .04500  1.14    .0300   .76
  1918.       13   .065  1.65    .04875  1.24    .0325   .83
  1919.       14   .070  1.78    .05250  1.33    .0350   .89
  1920.       15   .075  1.91    .05625  1.43    .0375   .95
  1921.       16   .080  2.03    .06000  1.52    .0400  1.02
  1922.